Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

273
Views
Comando Docker con compilación/ejecución/etc. "demasiados archivos abiertos"

Instalé Docker en la máquina del servidor (con Ubuntu 16.04), pero al intentar ejecutar cualquier comando, aparece este error:

"Respuesta de error del demonio: obtenga https://registry-1.docker.io/v2/ : marque tcp: busque el registro-1.docker.io: demasiados archivos abiertos"

Por favor, ¿quién sabe cómo resolver este problema?

Información acoplable:

 Containers: 18 Running: 0 Paused: 0 Stopped: 18 Images: 4 Server Version: 17.03.0-ce Storage Driver: aufs Root Dir: /var/lib/docker/aufs Backing Filesystem: extfs Dirs: 76 Dirperm1 Supported: true Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host macvlan null overlay Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-ini containerd version: 977c511eda0925a723debdc94d09459af49d082a runc version: a01dafd48bc1c7cc12bdb01206f9fea7dd6feb70 init version: 949e6fa Security Options: apparmor seccomp Profile: default Kernel Version: 4.4.0-59-generic Operating System: Ubuntu 16.04 LTS OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 1.953 GiB Name: web.renderdeal.com ID: LXNZ:I6HH:ZVBB:KS3V:3WCT:ADWY:C2MZ:QJ37:VZUU:EZ6T:PYWO:66WQ Docker Root Dir: /var/lib/docker Debug Mode (client): false Debug Mode (server): false Username: animarender Registry: https://index.docker.io/v1/ WARNING: No swap limit support Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false

/Información acoplable

versión acoplable

 Client: Version: 17.03.0-ce API version: 1.26 Go version: go1.7.5 Git commit: 60ccb22 Built: Thu Feb 23 11:02:43 2017 OS/Arch: linux/amd64 Server: Version: 17.03.0-ce API version: 1.26 (minimum version 1.12) Go version: go1.7.5 Git commit: 60ccb22 Built: Thu Feb 23 11:02:43 2017 OS/Arch: linux/amd64 Experimental: false

/ versión acoplable

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Teniendo en cuenta que el estado de Docker parece estar bien, verifique si el problema está de su lado (como en este ticket )

Revisemos los archivos abiertos actuales

 lsof | grep "rclone" | wc -l returns 6458

Ahora, verifique el ulimit actual

 ulimit -n returns 1024

Establézcalo en 9000 y verifique nuevamente

 ulimit -n 9000 && ulimit -n returns 9000

Para hacer que ulimit sea más persistente, puede editar /etc/security/limits.conf
y añadir :

 * soft nofile 9000 + reboot

o escríbalo en el .bashrc de su usuario

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!